home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / var / lib / dpkg / info / tcpd.postrm < prev    next >
Text File  |  2008-05-03  |  206b  |  9 lines

  1. #!/bin/sh
  2. set -e
  3. # Automatically added by dh_installdebconf
  4. if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then
  5.     . /usr/share/debconf/confmodule
  6.     db_purge
  7. fi
  8. # End automatically added section
  9.